home *** CD-ROM | disk | FTP | other *** search
/ IRIX Installation Tools & Overlays 2002 November / SGI IRIX Installation Tools & Overlays 2002 November - Disc 4.iso / dist / motif21_dev.idb / usr / Motif-2.1 / include / Xm / SpinB.h.z / SpinB.h
C/C++ Source or Header  |  2002-10-15  |  984b  |  53 lines

  1. /* $XConsortium: SpinB.h /main/6 1995/07/15 20:55:46 drk $ */
  2. /*
  3.  * (c) Copyright 1995 Digital Equipment Corporation.
  4.  * (c) Copyright 1995 Hewlett-Packard Company.
  5.  * (c) Copyright 1995 International Business Machines Corp.
  6.  * (c) Copyright 1995 Sun Microsystems, Inc.
  7.  * (c) Copyright 1995 Novell, Inc. 
  8.  * (c) Copyright 1995 FUJITSU LIMITED.
  9.  * (c) Copyright 1995 Hitachi.
  10.  */
  11. /*
  12.  * HISTORY
  13.  */
  14.  
  15. #ifndef _SpinB_h
  16. #define _SpinB_h
  17.  
  18. #include <Xm/Xm.h>
  19.  
  20. #ifdef __cplusplus
  21. extern "C" {
  22. #endif
  23.  
  24. /*
  25.  * SpinB Widget
  26.  */
  27. externalref WidgetClass xmSpinBoxWidgetClass;
  28.  
  29. typedef struct _XmSpinBoxClassRec *XmSpinBoxWidgetClass;
  30. typedef struct _XmSpinBoxRec      *XmSpinBoxWidget;
  31.  
  32.  
  33. /*
  34.  * Spin externs for application accessible functions
  35.  */
  36.  
  37. extern Widget    XmCreateSpinBox(Widget    parent,
  38.                 char    *name,
  39.                 ArgList    arglist,
  40.                 Cardinal argcount);
  41.  
  42. extern int    XmSpinBoxValidatePosition(
  43.                 Widget    text_field,
  44.                 int    *position_value);
  45.  
  46.  
  47.  
  48. #ifdef __cplusplus
  49. }
  50. #endif
  51.  
  52. #endif /* _SpinB_h */
  53.